home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / PC_LIBS / C045.ZIP / BTREE.ARC / DELKEY.H < prev    next >
Text File  |  1989-02-08  |  339b  |  8 lines

  1. int     deletekey (indexfile * nxp, int dataref, char * key);
  2.     /*
  3.      *  This function is normally called with dataref set to 0 unless
  4.      *  duplicate keys are allowed. In this event, the real dataref
  5.      *  must be supplied. The returned value is the record number of
  6.      *  the data item with 'key' to be deleted.
  7.      */
  8.